home *** CD-ROM | disk | FTP | other *** search
-
- All bindings should start with @ character. Any line that
- does not start with @ is silently ignored.
-
- The binding formats:
-
- @label; program; options; format1; [format2;[format3;]...]
-
- where
- label: will be the label that the action button will have.
- if label field is empty, program name will be used.
- program: the filter program. Must be present.
- options: if the option field contains ? alone, the option
- will be prompted for interactively.
- formats: the formats the filter accepts, such as ppm, gif etc.
-
-
- The following are some sample bindings:
-
- The PNMs
-
- @Rotate; pnmrotate ; ? ; ppm; pgm ;pbm;
- @Scale ; pnmscale ; ? ; ppm; pgm; pbm;
-
- Quantizers:
-
- @Quant256fs ;ppmquant;-fs 256; ppm;pgm;
- @Jquant256; djpeg ; -GIF ; jpeg;
- @Quant; ppmquant; ? ; ppm;pgm;
- @Jquant; djpeg -colors; ? ; jpeg;
-
- Dither
-
- @ditherFS; pgmtopbm; -fs; pgm
-